home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / HBasicGolded / Docs / Comments.jpg next >
Joint Photographic Experts Group Image  |  2000-03-04  |  48.2 KB  |  692x387  |  16-bit (12,859 colors)
   ocr: Workbench:comments.bas - HBasic Help. C:022 L:00002/00019 Explorer Info DE D - - K) - - C REM Using REM to show compiler include options, note how lines REM beginning REM do not look like comments : Using : does show as a comment REM sinclude init.bas REM $include Main.bas REM sinclude general.bh REM SINCLUDE OS3.bas REM Sinclude filereg.bas REM SINCLUDE DISCSTORE.BAS Using - in compiler include options, note how the lines now look like comments $include init.bas $include Main.bas Sinclude general.bh SINCLUDE 053.bas Sinclude ftlereg.bas SINCLUDE DISCSTORE.BHS comments. .bas